home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8429 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  578 b 

  1. Path: bing.ncw.net!arbuckle
  2. From: arbuckle@ncw.net (Kit Arbuckle)
  3. Newsgroups: comp.lang.c++
  4. Subject: Q: 1 bit data type?
  5. Date: 18 Feb 1996 04:22:39 GMT
  6. Organization: North Central Washington Network
  7. Message-ID: <4g69if$edt@golden.ncw.net>
  8. NNTP-Posting-Host: bing.ncw.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.     Does anyone know how to set up a data type that contains only one 
  12. bit in BC452? I am currently using chars, but that is an awful waste of 
  13. space to store a boolean value. I know I could use masking or shifting of 
  14. bits, but this would be simpler. Thanks in advance...
  15.